ComponentOne RulesManager for WinForms
C1.Win.RulesManager Namespace / CustomItemRange Class / CustomItemRange Constructor / CustomItemRange Constructor(Int32,Int32,String[])
Fist item index.
Last item index.
Array of the fields name.

In This Topic
    CustomItemRange Constructor(Int32,Int32,String[])
    In This Topic
    Initializes a new instance of the CustomItemRange.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal first As Integer, _
       ByVal last As Integer, _
       ByVal ParamArray fields() As String _
    )
    public CustomItemRange( 
       int first,
       int last,
       params string[] fields
    )

    Parameters

    first
    Fist item index.
    last
    Last item index.
    fields
    Array of the fields name.
    See Also